"XPNET 3.1 Interim Bug Fixes (IBFs) and Enhancements - XN31OSIN" SCR # Change Description ----- ------------------ SCR #3388 OS5NI - rel3^ver0^osi06^070319 19-MAR-07 rel3^ver1^osi03^20070319 Reference: Case #430050 Symptom: XPNET trap number 6700 while auditing an OSI station. Problem: When volume was high, the OSI protocol could start more than one audit I/O of a particular type for a station at a time. As each of those audits were initiated, the address of the message was saved, thus only the last message address was kept. As the audits completed, the saved message was routed, so the same message could be routed more than once. This caused one message to be associated with more than one queue (qcb), this was detected by internal validation routines which forced the trap 6700. Change: Changed the OSI protocol so it will not start more than one audit I/O of a particular type for a station at a time. Implementation: Install the new OS5NI file on XPNET subvol. Rebuild the NETWORK object using the NETB file. If XPNET 3.0 and on RISC machine, accelerate the NETWORK object as shown in the XPNET.NETAXCL file. Dependencies: None.